;;; QQ: 67762207
[@main]
#IF
#SAY
Welcome to a place like this ... what I do for you? \
With (FCOLOR/10) <$NPCNAME> (FCOLOR/12) <dialogue/@TalkToQuest> \ \
<Abandoned /@exit>


[@TalkToQuest]
#ACT
Mov D0 0
#SAY
I am not sure which tell you what to say ... ... there is anything to ask me? \ \

#IF
Check [203] 1
Check [403] 0
#ACT
Mov D0 1
#SAY
<On the Shen Jian task dialogue./@SinhyunQuest_1> \

#IF
Check [493] 1
Check [495] 0
#ACT
Mov D0 1
#SAY
<On the western desert, the task dialogue./@WestDesertQuest_1> \

#IF
Check [209] 1
Check [409] 0
#SAY
<On the dialogue with today's tasks./@CALL_Npc_TodayQuest> \
#ACT
Mov D0 1

#IF
!Equal D0 1
#ACT
goto @NoQuest_Say
break

[@CALL_Npc_TodayQuest]
#CALL [TodayQuest\QT_NPCSetting.txt] @NPCSetDairyQuest


[@NoQuest_Say]
#SAY
I am not sure which tell you what to say ... ... there is anything to ask me? \ \
<Close/@Exit>

[@SinhyunQuest_1]
#CALL [\SinGiSun\SinHyunMiNpc.txt] @SinQuest_Start

[@WestDesertQuest_1]
#CALL [\WestDesert\WestHyunMiNpc.txt] @WestQuest_Start
[@everythingreward]
#CALL [System\TotalRewardSystem.txt] @TotalRewardSystem


;;; QQ: 67762207